home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 January / Disc 3 / Amethyst.iso / live / usr / share / vim / vim60 / compiler / msvc.vim < prev    next >
Encoding:
Text File  |  2002-06-19  |  288 b   |  14 lines

  1. " Vim compiler file
  2. " Compiler:    Miscrosoft Visual C
  3. " Maintainer:    Bram Moolenaar <Bram@vim.org>
  4. " Last Change:    2001 Sep 24
  5.  
  6. if exists("current_compiler")
  7.   finish
  8. endif
  9. let current_compiler = "msvc"
  10.  
  11. " The errorformat for MSVC is the default.
  12. setlocal errorformat&
  13. setlocal makeprg=nmake
  14.